home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.rexx
- Path: EU.net!sun4nl!jwit00
- From: jwit00@solair1.inter.NL.net (J. de Wit)
- Subject: ftp script
- Message-ID: <DpxxG9.263@solair1.inter.NL.net>
- Reply-To: jwit00@solair1.inter.nl.net
- Organization: NLnet
- X-Newsreader: NN version 6.5.0 #2 (NOV)
- Date: Tue, 16 Apr 1996 05:48:07 GMT
-
- Hello,
-
- We haven a rexx script from which a ftp session is activated to another
- system. It looks likes this :
- user
- put myfile
- quit
-
- On the other system the account has no password or is empty. Still rexx is prompting for a password. So the script can't be executed from batch.
- What we want is rexx preventing from asking for a password, by example if it is possible to add a ctrl enter after the user has been entered ??
-
- Thanks in advance...
-